Db-Select-Records-Simply names a function, with lambda list (TABLE &REST COLUMNS+VALUES):
Query TABLE where columns = values from the plist COLUMNS+VALUES.
Returns all results in a list, so don't use it with a (potentially) large set.
Uses MemCacheD when available.
Defined in file src/db/maria.lisp.